home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Prograph Classic 2.6.1 / Prograph Reference Manual / Prograph Reference 1-4 / Prograph Reference 1-4.rsrc / TEXT_145.txt < prev    next >
Encoding:
Text File  |  1995-10-21  |  1.5 KB  |  40 lines

  1.  Chapter 3
  2.  
  3. The Interpreter  
  4.           Environment
  5.  
  6.  t Modes of Execution*105*
  7.  t Windows
  8.  t Menus
  9.  t Runtime Interruption
  10.  t Apple Events
  11.  
  12. This chapter explains the interpreter environment, including its relevant windows and menus. The menus are applicable only to a selected element in the active window.
  13.  
  14. t    Modes of Execution*105*
  15.  
  16. The Prograph environment provides extensive debugging facilities. It allows you to run a program in either interrupted or uninterrupted mode. In either mode, icons for all cases under execution are shown in the Stack Window if it is open.  
  17.  
  18. In the interrupted mode, the user sets the level of debugging required as follows:  
  19.  
  20. o    display of case windows of all methods during execution:
  21.  
  22.   ‚Ä¢ when Trace in the Exec menu is checked, or
  23.  
  24.   ‚Ä¢ when Step/Show is turned on for all methods.*105*
  25.  
  26. o    display of case windows of selected methods only:*106*
  27.  
  28.   ‚Ä¢ when a breakpoint is set in a case window, or
  29.  
  30.   ‚Ä¢ when Step/Show is turned on for only some methods. 
  31. _________________________________________________________
  32. NOTE:  Display of case windows in interrupted mode does not take place for  methods that have been made Compact or Execute Only.
  33. ---------------------------------------------------------
  34.  
  35. In the uninterrupted mode:*106*
  36.  
  37. o    A program is executed without any user intervention, except for dialogs that require user interaction.  
  38.  
  39. o    When Debug in the Exec menu is not checked, no execution case window is displayed.  This is in addition to the normal closure of all the Editor windows when an application is executed.*106*
  40.